home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000287_news@newsmaster….columbia.edu _Fri Jul 17 09:44:29 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA11936
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 17 Jul 1998 09:44:29 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA13630
  7.     for kermit.misc@watsun; Fri, 17 Jul 1998 09:44:29 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: how to drop idle connections?
  12. Date: 17 Jul 1998 13:44:27 GMT
  13. Organization: Columbia University
  14. Lines: 19
  15. Message-ID: <6onkfr$986$1@apakabar.cc.columbia.edu>
  16. References: <6on9ha$ulb$1@actisl.actis.de> <6onime$8ad$1@apakabar.cc.columbia.edu>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8989
  19.  
  20. In article <6onime$8ad$1@apakabar.cc.columbia.edu>,
  21. Jeffrey Altman <jaltman@watsun.cc.columbia.edu> wrote:
  22. : In article <6on9ha$ulb$1@actisl.actis.de>,
  23. : Thorsten Kuehnemann <thorsten@actis.de> wrote:
  24. : : ...
  25. : : Is it possible to drop an expensive connection if the user
  26. : : (or the line) is idle for n seconds? I am looking for
  27. : : a command like "set connect idle-timeout 600". The connections
  28. : : are used for terminal I/O only (no filetransfers).
  29. : : ...
  30. : : My Kermit is a "C-Kermit 6.0.192, 6 Sep 96".
  31. : : 
  32. : This functionality is not currently implemented in Unix C-Kermit.
  33. :
  34. It's on the list of possible additions for C-Kermit 6.1:
  35.  
  36.   http://www.columbia.edu/kermit/ck61.html
  37.  
  38. - Frank